home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / oleauttr.zip / GRAPHOLE.ZIP / GRAPHOLE.DFM / GRAPHOLE.txt
Text File  |  1996-01-01  |  892b  |  45 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 360
  5.   Height = 95
  6.   Caption = 'Show/Hide MS-Graph OLE Automation server'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object btnVisible: TButton
  17.     Left = 97
  18.     Top = 20
  19.     Width = 71
  20.     Height = 27
  21.     Hint = 'Toggle MS-Graph visibility'
  22.     Caption = '&Visible'
  23.     ParentShowHint = False
  24.     ShowHint = True
  25.     TabOrder = 0
  26.     OnClick = btnVisibleClick
  27.   end
  28.   object btnExit: TButton
  29.     Left = 183
  30.     Top = 20
  31.     Width = 71
  32.     Height = 26
  33.     Hint = 'Quit this program'
  34.     Caption = 'E&xit'
  35.     ParentShowHint = False
  36.     ShowHint = True
  37.     TabOrder = 1
  38.     OnClick = btnExitClick
  39.   end
  40.   object OleAutoClient1: TOleAutoClient
  41.     Left = 4
  42.     Top = 3
  43.   end
  44. end
  45.